home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / programm.ing / lynxlib.zoo / s / mmacros.sam < prev    next >
Encoding:
Text File  |  1990-12-22  |  192 b   |  12 lines

  1. The relevant part of the file MMACROS used to compile LynxLib
  2.  
  3. # Mark Williams C
  4. CC    = cc
  5. CFLAGS    =  -O -c -Ic:\ul\c
  6. CSUFFIX = .c
  7.  
  8. # MADMAC assembler
  9. AS = mac
  10. ASFLAGS =
  11. ASSUFFIX = .s
  12.